home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-06-30 | 500 b | 32 lines | [04] ASCII Text (0x0000) |
- ; File: E16.Types
- ;
- ;
- ; Copyright Apple Computer, Inc. 1986-90
- ; All Rights Reserved
- ;
- ;
- AIF C:noError,.past
- noError GEQU $0000
- .past
- refIsPointer GEQU $0000
- refIsHandle GEQU $0001
- refIsResource GEQU $0002
- refIsNewHandle GEQU $0003
- ; offset constants for Point
- ov GEQU 0
- oh GEQU 2
- ; offset constants for Rect
- ov1 GEQU 0
- oh1 GEQU 2
- ov2 GEQU 4
- oh2 GEQU 6
- ; offset constants for TimeRec
- osecond GEQU 0
- ominute GEQU 1
- ohour GEQU 2
- oyear GEQU 3
- oday GEQU 4
- omonth GEQU 5
- oextra GEQU 6
- oweekDay GEQU 7
-